﻿@charset "utf-8";
/* CSS Document */
*{ padding: 0; margin: 0; box-sizing: border-box; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
body { font-size: 15px;font-family:Arial,"微软雅黑",Microsoft YaHei;color: #333; font-weight: normal; padding: 0px; margin: 0px; text-decoration: none; line-height: 27px;}
a:hover,a {text-decoration:none;font-family:Arial,"微软雅黑",Microsoft YaHei;color:#333;font-weight:normal;}
.clear {clear:both;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
img,div,span,dl,dd,ul,li,small,strong,ol,h1,h2,h3,h4,h5,h6,p{list-style: none;padding:0;margin:0;}
.container{width: 90%;max-width: 1400px;min-width: 1200px;margin:0 auto!important}
@keyframes bounce_fountainG { 
0% {
transform:scale(1);
}
100% {
transform:scale(.5);
}
}

@media screen and (min-width: 320px) {html{font-size:50px;}}
@media screen and (min-width: 360px) {html{font-size:56.25px;}}
@media screen and (min-width: 375px) {html{font-size:58.59375px;}}
@media screen and (min-width: 400px) {html{font-size:62.5px;}}
@media screen and (min-width: 414px) {html{font-size:64.6875px;}}
@media screen and (min-width: 440px) {html{font-size:68.75px;}}
@media screen and (min-width: 480px) {html{font-size:75px;}}
@media screen and (min-width: 520px) {html{font-size:81.25px;}}
@media screen and (min-width: 560px) {html{font-size:87.5px;}}
@media screen and (min-width: 600px) {html{font-size:93.75px;}}
@media screen and (min-width: 640px) {html{font-size:100px;}}
@media screen and (min-width: 680px) {html{font-size:100px;}}
@media screen and (min-width: 720px) {html{font-size:100px;}}
@media screen and (min-width: 760px) {html{font-size:100px;}}
@media screen and (min-width: 800px) {html{font-size:100px;}}
@media screen and (min-width: 960px) {html{font-size:100px;}}
@media screen and (min-width: 1200px) {html{font-size:110px;}}


@media screen and (max-width: 980px) {
 .footer_si,.indyoubg,.ji_m01 dl dt{
     display:none;
 }   
    
.sy_bt_t .sy_bt_kj .sy_bt_kj_r .sy_bt_kj_r_t {
    font-size: 18px;
    line-height: 10px;
    font-weight: bold;
}
.sy_bt_t .sy_bt_kj .sy_bt_kj_l {
    float: left;
    color: #0e59ae;
    font-size: 30px;
    line-height: 30px;
}
.sy_bt_t .sy_bt_kj .sy_bt_kj_r .sy_bt_kj_r_b {
    margin-top: 2px;
    font-size: 14px;
}
.sy_bt_b span {
    display: inline-block;
    color: #777;
    padding: 0 100px;
    position: relative;
    font-size: 12px;
    line-height: 20px;
}
.sy_bt_b {
    text-align: center;
    margin-bottom: 8px;
}
.header-top,.header-logo,.nav-bg,.index-search,.adv-bg,.pic-main,.hz-main-bg,.made,.adv-top{
	display: none;
}
.container{
	width: 100%;
	padding:0 5px;
	min-width: auto;
}
.index-right {
    width: 100%;
    float: right;
    border: 0;
    background: none;
    box-shadow: initial;
    border-radius: 3px;
}
.m_img {
	display: block;
	height: 0.9rem;
	background: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 9999;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.m_img .headlf {
	padding-top: 0.1rem;
	padding-left: 5px;
	float: left;
}
.m_img .headlf h3 {
    font-size: 0.28rem;
    margin-top: 0.15rem;
    font-weight: bold;
    color: #0e59ae;
    display: table;
    line-height: 0.5rem;
}
.m_img .headlf .m_logo {
	height:0.6rem;
	display: block;
	margin-top:0.05rem;
}
.m_img .headrg {
	padding-right: 5%;
	padding-top: 0.3rem;
	float: right;
}
.m_img .headrg a .m_menuimg {
	height:16px;
	vertical-align:top;
	display: block
}
.m_nav {
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	width:0px;
	height:0px;
	overflow:hidden;
	z-index:10000
}
.m_nav .closecover {
	position:absolute;
	width:100%;
	height:100%;
	background:#0b0d19;
	filter:alpha(opacity=0);
	opacity:0;
	left:0px;
	top:0px;
	z-index:1
}
.m_nav .closeicon {
	position:absolute;
	width:20%;
	left:18px;
	top:5%;
	z-index:100;
	text-align:center;
	filter:alpha(opacity=0);
	opacity:0
}
.m_nav .m_navList {
	position:absolute;
	width:80%;
	right:0px;
	top:0px;
	background:#0b0d19;
	height:100%;
	z-index:100;
	right:-80%;
	overflow-y: scroll;
}
.m_nav .m_navList ul {
	padding-left:5%;
	padding-right:5%
}
.m_nav .m_navList ul li {
	border-bottom:1px solid #232530
}
.m_nav .m_navList ul li a {
	display:block;
	height:45px;
	color:#fff;
	line-height:45px;
	padding-left:5%;
	font-size:14px
}
.m_nav .m_navList ul li .m_f_a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%
}
.m_nav .m_navList ul li .m_f_a a {
	flex: 1;
}
.m_nav .m_navList ul li .m_f_a i {
	width: 40px;
	height:35px;
	box-sizing: border-box;
	padding:0 5px;
	display: block;
}
.icon {
	background:url(../images/plus_top.png) 100% no-repeat;
	background-position: 50% 50%;
	-webkit-transition:all 0s;
	-moz-transition:all 0s;
	transition:all 0s
}
.icon_on {
	background:url(../images/reduce_top.jpg) 50% no-repeat!important;
	background-position: 50% 50%;
	-webkit-transition:all 0s;
	-moz-transition:all 0s;
	transition:all 0s
}
.m_nav .m_navList ul li .m_s_nav {
	display:none;
	width: 100%;
}
.m_nav .m_navList ul li .m_s_nav a {
	display: block;
	height:40px;
	line-height:40px;
	font-size:14px;
	padding-left:10%;
	overflow: hidden;
	white-space: nowrap;
	width: 90%;
	text-overflow: ellipsis;
	font-size: 12px;
}

.top_search {
	float: right;
	margin-right: 14px;
	margin-top: 0.18rem;
}
.top_search span{display: block; width: 28px; height: 24px; margin-top: .06rem; background: url(../images/icon_search.png) no-repeat center center; background-size: 64%;}

.top_search>div {
	position: fixed;
	top: 0.85rem;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9999999;
}

.top_search>div i{position: absolute; left: 0; right: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.7);}
.top_search .gg{position: absolute; z-index: 5; right: 0; width: 100%; padding: 1% 3%; background-color: #fff; overflow: hidden; border-top: 1px solid #ddd;}
.top_search .ss input {
	border: #ddd solid 1px;
	border-right: 0;
	width: 76%;
	padding: 0 2%;
	line-height: 274%;
	font-size: .2rem;
	float: left;
	border-radius: .07rem 0 0 .07rem;
	margin-left: 5%;
}
.top_search .ss input:focus{border-color: #0083c3;}
.top_search .ss button {
	font-size: .2rem;
	line-height: 265%;
	border: #0e59ae solid 1px;
	background-color:#0e59ae;
	color: #fff;
	float: left;
	padding: 0 0.2rem;
}	
	



.index-titile h3 {
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 0px #dedede;
	font-weight: bold;
}
.index-titile p {
	font-size: 14px;
	color: #aaaaaa;
	text-align: center;
	margin-top: 10px;
}
.index-product-body {
    display: table;
    width: 100%;
    padding: 0;
}
.index-product-body ul li {
    width: 48%;
    float: left;
    box-shadow: none;
    margin: 1%;
    margin-bottom: 3%;
	display: none;
}
.index-product-body ul li:nth-child(1),
.index-product-body ul li:nth-child(2),
.index-product-body ul li:nth-child(3),
.index-product-body ul li:nth-child(4),
.index-product-body ul li:nth-child(5),
.index-product-body ul li:nth-child(6){
	display: block;
}
.pro-title {
    transition: all .3s ease;
    font-size: 14px;
    color: #222222;
    background: none;
    margin-bottom: 0px;
    height: 40px;
    background-size: 12%;
    line-height: 40px;
}
.pro-img {
    padding: 0;
    border: 1px solid #f5f5f5;
    overflow: hidden;
}
.index-product ul li a {
    display: block;
    padding: 0;
    background: #fff;
    transition: all .3s ease;
    padding: 3px;
}
.made .made-title p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
}	
	
.made .made-title h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 14px;
	font-weight: bold;
	color: #fff;
}
.made .made-body ul {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.made .made-body ul li {
	display: inline-block;
	float: none;
	margin-right: 10px;
	width: 20%;
}
.made .yuan {
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.1);
	border-radius: 50%;
	padding: 8px;
}



	
.index-about-body .index-about-left {
    width: 100%;
    float: none;
    border: 1px solid #fff;
    height: 270px;
    position: static;
}
.index-about-body .index-about-right {
    width: 100%;
    float: none;
    background: #fff;
    padding: 25px 15px;
}
.index-about {
	width: 100%;
	padding-top: 30px;
	background: #f5f5f5;
	padding-bottom: 30px;
}
.index-about-body .index-about-right .font-en {
    font-size: 20px;
    color: #222;
    font-weight: lighter;
    text-transform: uppercase;
}

.index-about-body .index-about-right .font-p {
    font-size: 20px;
    color: #222;
    margin-bottom: 12px;
    margin-top: 8px;
}
.index-about-body .index-about-right .font-p:after {
    content: "";
    display: block;
    width: 65px;
    height: 2px;
    background: #09a2f3;
    margin-top: 12px;
    animation: after 3s ease infinite;
}
.about-more {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background: #09a2f3;
    text-align: center;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    margin-top: 30px;
    transition: all 0.3s;
}
.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/20181222202506_1091760016.jpg) no-repeat center;
    position: relative;
    padding: 25px 0;
    background-size: cover;
}


.about-float>div{
	height: 210px!important;
}
.about-float {
    position: static;
    right: 0;
    width: 100%;
    height: auto;
}
.about_r {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 21;
    right: 0;
    top: 0;
    border-radius: 10px;
}
.about_l {
    position: relative;
    z-index: 3;
    width: 100%;
}
.about .container {
    position: relative;
    padding: 8px 8px;
    width: 95%;
}
.about_len {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #0e59ae;
    line-height: 35px;
    text-transform: uppercase;
}
.about_len span {
    font-size: 20px;
}
.about_lm {
    font-size: 20px;
    font-weight: bold;
    color: #0e59ae;
    line-height: 20px;
}
.about_ln {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
    color: #444;
}
.about_ld {
    overflow: hidden;
    margin-top: 10px;
    line-height: 30px;
    color: #777;
    font-size: 14px;
    margin-bottom: 5px;
}
.about_la {
    width: 90px;
    line-height: 35px;
    text-align: center;
    background: #0e59ae;
    border-radius: 2px;
    transition: all 0.5s linear;
    margin-bottom: 15px;
}
.about_la a {
    font-size: 12px;
    color: #fff;
}




.index-ggt-bj {
    background: url(../images/about-pic.jpg)no-repeat center #343642;
    overflow: hidden;
    background-size: cover;
}
.index-ggt-wb {
    float: left;
    padding: 22px 0;
    color: #fff;
}
.index-ggt-wb p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
}
.hz-main-bg {
    background: #f9f9f9;
    padding: 24px 0;
    margin-bottom: 60px;
}


	
.index-news-hz {
    width: 100%;
    float: left;
}	
.index-news-cjwt {
    width: 100%;
    float: none!important;
	
}	
.index-news-hz{
	margin-top: 30px;
}	
.index-news-title {
    font-size: 14px;
    color: #fff;
    background: #0e59ae;
    border-top-right-radius: 15px;
    width: 130px;
    text-align: center;
    line-height: 33px;
    display: table;
}
.index-news-hyxw {
    width: 100%;
    margin-left: 0;
}
	
.index-news-left {
    width: 100%;
    margin-right: 2%;
}
.index-news-left-gsxw-xw {
    margin-top: 15px;
    padding-bottom: 12px;
}
.index-news-left-gsxw-nr {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 4px;
    color: #999;
}	

.index-news-left-gsxw-rq {
    margin-top: 0px;
    color: #666;
}

.index-news-bottom {
    margin-top: 3px;
}
.index-news-more {
    margin-top: 10px;
    border: 1px solid #0e59ae;
    width: 120px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
}
.index-news-left-hyxw-xwtj li {
    overflow: hidden;
    line-height: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/ly_li2.png)no-repeat left;
    padding-left: 0;
}	
	
.index-news-left-hyxw-xwtj{
	margin-bottom: 20px;
}

.index-case-title-more {
    margin-top: 5px;
	font-size: 12px;
}

.cjwt-hz {
    margin-top: 14px;
}
.cjwt-hd {
    margin-top: 0px;
}

.links{
	display: none;
}


.footer-bg ul li:nth-child(1),.footer-bg ul li:nth-child(2),.footer-bg ul li:nth-child(3){
	display: block;
}
.footer-bg ul li:nth-child(4) {
    width: 100%;
}
.footer-bg ul li:last-child {
    float: right;
    display: none;
}
.footer-bg .container {
    width: 95%;
}
.footer-bg {
    display: table;
    width: 100%;
    background: #0e59ae;
    padding: 25px 0;
    border-top: 0;
    padding-bottom: 0;
    margin-top: 30px;
}
.footer-bottom {
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    margin-top: 0;
    text-align: center;
    background: #0a4588;
    height: 45px;
    margin-top: 0;
}
.banner_box img{width:100%; display:block;}
.banner_box{width:100%;text-align:center; margin-top:0.9rem;}
.banner_box img{vertical-align:middle;}
.roll_img_mb_01{overflow:hidden;position:relative;}
.roll_img_mb_01 .img_box{overflow:hidden;text-align:center;}
.roll_img_mb_01 .img_box img{vertical-align:middle;width:100%;}
.roll_img_mb_01 .nav_box{overflow:hidden; position:absolute; left:50%; transform:translate(-50%,0); bottom:20px;}
.roll_img_mb_01 .nav_box li{width:30px;height:3px; font-size:1px; overflow:hidden; background:#fff; float:left; margin:4px;}
.roll_img_mb_01 .nav_box .li_on{background:#0037ad;}
.img_box li{
	height: auto!important;
}
.banner_box{
	display: block;
}
.banner_pc{
	display: none;
}	
.aboutL {
    float: left;
    width: 100%;
}
.aboutR {
    float: right;
    width: 100%;
    border: 1px #ddd solid;
    padding: 10px;
}
.aboutContact{
	display: none;
}
.aboutH h2 {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    text-decoration: none;
    background: #0e59ae;
    font-weight: initial;
}
.aboutNav li {
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 0 5px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 47%;
    float: left;
    border-bottom: 1px dashed #ddd;
}

.aboutNav li a {
    display: block;
    padding: 0 10px;
    position: relative;
    font-size: 13px;
}

.aboutRTop span {
    font-size: 18px;
    line-height: 35px;
    display: table;
    font-weight: bold;
    float: left;
    display: none;
}
.mbx-title {
    background: none;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 22px;
    display: table;
    float: left;
    margin-top: 10px;
    font-size: 14px;
}
.aboutRTop {
    font-size: 14px;
    color: #000;
    border-bottom: 1px solid #ddd;
    height: auto;
    line-height: 35px;
    display: table;
    width: 100%;
    height: 40px;
}
.about-center {
    padding: 0px;
    line-height: 30px;
    min-height: auto;
    margin-top: 14px;
    padding-bottom: 20px;
}
.main-body {
    display: table;
    width: 100%;
    padding: 25px 0;
    padding-bottom: 0;
}
.aboutNav {
    background: #fff;
    border: 1px solid #ddd;
    padding-top: 10px;
    display: table;
    width: 100%;
}
.pic-img {
    margin-top: 30px;
    padding: 0;
    display: table;
    width: 100%;
}
.pic-img li {
    margin-bottom: 10px;
    padding: 0 5px;
}
.pro-lst ul li {
    /* margin: 0 5px; */
    padding: 0 5px;
    margin-bottom: 10px;
}
.jtAbout {
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../images/jt_about.png) no-repeat center;
    background-size: 8px;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.index-product {
    padding: 35px 0;
    background: url(../images/ibg6.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 10px;
}

.newsPage .item {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 5px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s;
    display: table;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.newsPage .item img {
    width: 48%;
    display: block;
    float: left;
    border: 1px solid #e5e5e5;
    padding: 3px;
    margin-right: 20px;
}
.newsPage .item .txt {
    color: #666;
    line-height: 24px;
    height: 68px;
    margin: 4px 0 5px;
    overflow: hidden;
    font-size: 15px;
}


.newsPage .item h3 {
    font-size: 18px;
    color: #333;
    height: 40px;
    line-height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: normal;
    border-bottom: 1px solid #ededed;
    transition: all ease 300ms;
}

.center .title {
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    color: #434343;
    margin-bottom: 5px;
    margin-top: 10px;
}

.news_info {
    font-size: 12px;
    letter-spacing: 0px;
    color: #434343;
    opacity: 0.4;
    text-align: left;
    border-bottom: 1px solid #aea375;
    padding-bottom: 5px;
    text-align: center;
}




.contact {
    padding: 10px;
    margin-top: 20px;
    display: table;
    width: 100%;
}

.cotact_z {
    font-size: 16px;
    line-height: 35px;
    margin-top: 10px;
    padding: 0;
}
.col-xs-12 {
    width: 100%;
	padding:0
}



.main-pro-left {
    width: 100%;
    float: left;
}
.main-pro-right {
    width: 100%;
    float: right;
    margin-top: 20px;
}
.ul_prodinfo li {
    font-size: 16px;
    float: left;
    padding: 6px 0;
    height: auto;
    width: 100%;
}

.h2_prodtitle {
    font-size: 18px;
    color: #414141;
    padding: 2px 0 10px;
    line-height: 1.6em;
    border-bottom: 1px solid #DCDCDC;
}

.ul_prodinfos li {
    padding: 0px 0 10px;
    height: auto;
    float: left;
}

.ul_prodinfos {
    padding: 15px 0px;
    width: 100%;
    margin-top: 0px;
    height: 110px;
    overflow: hidden;
    zoom: 1;
    /* background: #eee; */
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.ul_prodinfos {
    padding: 5px 0px;
    width: 100%;
    margin-top: 0px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    /* background: #eee; */
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.mod_goods_info .hds li h3 {
    display: block;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    border-bottom: 0;
    font-weight: normal;
}

.description .title span {
    font-size: 18px;
    color: #1f1f1f;
    position: relative;
    background: #fff;
    margin-right: 0;
    padding-right: 15px;
    font-family: "WorkSans-Bold";
    height: 45px;
}

.cp dl {
    width: 48.5%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 12px 0px 0 11px;
}

.ny-banner{
	padding-top: 0.9rem;
}


.pro-name h3 {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
	
.center {
    display: table;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0px;
}

.footer-bg ul li {
    width: 100%;
    float: left;
    min-height: auto;
    margin-bottom: 16px;
}

.footer_line{
    display:none;
}	


.footer-bg ul li a {
    width: 33%;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 2px;
    float: left;
}

.footer-bg ul li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 8px;
}

.ji_m01 dl dd {
    width: 100%;
    float: left;
    text-align: right;
    padding: 4px 0 0 0;
    margin-bottom: 10px;
}

.ji_m01{
    background:none;
}

.ji_m01 dl {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.ji_m01l, .ji_m01r {
    width: 95%;
    margin: 0 auto;
    float: none;
}

.ji_m01 {
    height: 632px;
    position: relative;
    padding-top: 30px;
}

.ji_m01 dl dd span {
    display: block;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    font-weight: bold;
    display: table;
}

.ji_bg {
    padding: 35px 0 0;
    font-size: 0;
    overflow: hidden;
}


.ji_m01 dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    padding: 4px 0 0;
    text-align: left;
}

.ji_m01 .ji_m01r dl dd {
    padding: 0;
    text-align: left;
}
.ji_m01 {
    height: auto;
    position: relative;
    padding-top: 20px;
}

.columnTitle .tit {
    line-height: 18px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.columnTitle .txt {
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    margin-top: 12px;
}


	
}